crypto/tls.halfConn.version (field)
12 uses
crypto/tls (current package)
conn.go#L167: version uint16 // protocol version
conn.go#L201: hc.version = version
conn.go#L209: if hc.nextCipher == nil || hc.version == VersionTLS13 {
conn.go#L261: if hc.version >= VersionTLS11 {
conn.go#L339: if hc.version == VersionTLS13 && typ == recordTypeChangeCipherSpec {
conn.go#L363: if hc.version == VersionTLS13 {
conn.go#L401: if hc.version == VersionTLS13 {
conn.go#L511: if hc.version == VersionTLS13 {
handshake_client.go#L373: c.in.version = vers
handshake_client.go#L374: c.out.version = vers
handshake_server.go#L165: c.in.version = c.vers
handshake_server.go#L166: c.out.version = c.vers
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)